home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 012 / dprompt.arc / DPROMPT.DOC < prev   
Encoding:
Text File  |  1987-02-23  |  1.4 KB  |  37 lines

  1.  
  2.  
  3.     Exerpt from PC World - March 1987 - *.* (p.329)
  4.  
  5.  
  6.     Informative DOS Prompt
  7.     ══════════════════════
  8.  
  9.     I was quite taken with the ANSI.SYS device driver that draws the
  10.     flag of Texas as a DOS prompt [see "Loan Star Look," *.*, PCW,
  11.     September 1986].  I've used the same technique to  create a prompt
  12.     that displays the current directory, time, and date in a bar at the
  13.     top of the screen.  Since the bar is bart of the DOS prompt, every
  14.     time you press <Enter> or issure a DOS-level command, all three items
  15.     are immediately updated.
  16.  
  17.     When you type in the necessary instructions [see Listing 4], make sure
  18.     you substitute a space for each of the dots and type every letter
  19.     exactly as shown, paying attention to uppercase and lowercase.  Make
  20.     sure that PROMPT is followed by only one space.
  21.  
  22.     Mark Aramli
  23.     Manchester, Connecticut
  24.  
  25.     Editor's note:  Don't forget to install ANSI.SYS by placing the
  26.     command DEVICE=ANSI.SYS in the CONFIG.SYS file on the DOS disk used to
  27.     start the system (see you DOS manual for details).
  28.  
  29.     ─────────────────────────────────────────────────────────────────────
  30.  
  31.     I wrote a batch file with the correct PROMPT command that is refered
  32.     to as Listing 4.
  33.                                Enjoy!
  34.                                       Norbert Urban
  35.  
  36.  
  37.